
#header #logo {
    display: inline-flex;
}

.logo {
    max-height: 150px;
}


.booking-widget {
  position: fixed;
  top: 150px;
  left: 10px;
  z-index: 1;
}

.vimeo {
  padding-top: 2em;
  align-items: center;
  justify-content: center;
  
}

#conditions {
    background: #fff;
    background-size: cover;
    padding: 80px 0 60px 0;
}
#conditions .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
  }

  #conditions .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #2dc997;
  }

  #conditions .icon a {
    display: inline-block;
  }

  #conditions .icon i {
    color: #fff;
    font-size: 24px;
  }

  #conditions .box:hover .icon {
    background: #fff;
    border: 2px solid #2dc997;
  }

  #conditions .box:hover .icon i {
    color: #2dc997;
  }

  #conditions .box:hover .icon a {
    color: #2dc997;
  }

  #conditions .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  #conditions .title a {
    color: #111;
  }

  #conditions .description {
    font-size: 14px;
    line-height: 24px;
  }
  
  #family-details {
    display: none;
  }

  #pregnancy-details {
    display: none;
  }

  #adjustment-details {
    display: none;
  }

  #techniques {
    text-align: center;
  }

  .portfolio-description li {
    font-size: 16px;
    font-weight: 700;
  }

  #logo h4 {
    font-family: 'Architects Daughter', cursive;
  }

  #hero h1 {
    font-family: 'Architects Daughter', cursive;
  }

  #hero h2 {
    font-family: 'Hind Madurai', sans-serif;
  }

  #services .icon {
    cursor: pointer;
  }

  @media (max-width: 450px) {
    #team .member .pic img {
      max-width: 75%;
    }
  }

  @media (max-width: 1030px) {
    .nav-menu a {
      font-size: 12px;
    }
  }

  @media (max-width: 800px){
    #hero {
      width: 100%;
      height: 100vh;
      background: url(HeroVert.png) center;
      background-size: 100% 100%;
      position: relative;
    }
    #hero:before {
      width: 100%;
      height: 100vh;
      background: url(HeroVert.png) center;
      background-size: 100% 100%;
      position: relative;
    }
    #contact .section-description {
      color: #ffffff;
    }
    #contact .info p {
      color: #ffffff;
    }
  }


 